-
Notifications
You must be signed in to change notification settings - Fork 32
WIP: 🐛 Fix/web server rpc namespace #7815
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: 🐛 Fix/web server rpc namespace #7815
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7815 +/- ##
===========================================
- Coverage 79.17% 58.73% -20.45%
===========================================
Files 1797 315 -1482
Lines 69901 14425 -55476
Branches 1227 289 -938
===========================================
- Hits 55346 8472 -46874
+ Misses 14213 5864 -8349
+ Partials 342 89 -253
*This pull request uses carry forward flags. Click here to find out more.
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
8b3ab57 to
20be01b
Compare
|
… of monitoring middleware (ITISFoundation#8067)
Co-authored-by: Copilot <[email protected]>
…ce decorator to generate opentelemtry profile span (ITISFoundation#8070) Co-authored-by: Dustin Kaiser <[email protected]>
… some UV tweaks (🚨) (ITISFoundation#8088)
…` folder (ITISFoundation#8085) Co-authored-by: Andrei Neagu <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
…e Internal Structure (🚨) (ITISFoundation#8083)
…ne field in profile (ITISFoundation#8106)
…SimultaneousAccessEnabled`` (ITISFoundation#8100)
…ORATION` Dev Feature Toggle to Settings (ITISFoundation#8120)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Andrei Neagu <[email protected]>
…out exposing 1 input AND 1 output (ITISFoundation#8412)
… to type-safe `web.AppKey` instances (ITISFoundation#8405)
…improved flexibility
…parc-simcore into fix/web-server-rpc-namespace
|
|
Bad PR. redoing changings |



What do these changes do?
Create RPC namespaces associated to the docker service, not the image, otherwise the api-server can saturate the web-server
wb-api-servershould only be communicated by theapi-serverRelated issue/s
How to test
Dev-ops